home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Info / how-do-i-find.txt < prev    next >
Internet Message Format  |  1992-01-06  |  18KB

  1. Date: Mon, 6 Jan 92 08:32:17 -0500 
  2. From: bewilson@kodak.com (Bruce E. Wilson, ECCR-PA, B95-A, X8886
  3. Subject: [*] Answering "Where do I find ..." questions 
  4.  
  5. A number of recent questions have asked "Where do I find a program ...".
  6. Others have asked questions about archie, which I suspect have gotten
  7. answered off line.  Let me take a moment of bandwith to comment on
  8. both questions.  Archie is a program/database which contains very up
  9. to date listings of where to find programs.  Send a message containing
  10. the subject line "Help" to archie@nic.sura.net for more info.  To
  11. find all archives with copies of e.g. CAP (Columbia AppleTalk Package)
  12. you could send the message with the line "prog ^cap", for programs
  13. starting with the letters cap.
  14.  
  15. I am also enclosing an (edited) copy of a "how do I find" report from
  16. the Usenet comp.sources.wanted newsgroup.  This contains perhaps more
  17. detail than might be required for some Mac folks, but it was useful
  18. info to me.
  19.  
  20. -------------------------------------------------------------------
  21.  
  22. (from comp.sources.wanted)
  23.  
  24. This posting discusses the resources available to people who are
  25. looking for source code.  Please read it before posting source code
  26. requests to comp.sources.wanted, alt.sources.wanted or any other
  27. newsgroup.
  28.  
  29. Comments about, suggestions about or corrections to this posting are
  30. welcomed.
  31.  
  32.  
  33.  
  34.                How do you find sources?
  35.  
  36. The method you use for locating sources depends on exactly what you
  37. are looking for.  Here are several possible routes to follow; pick the
  38. one that best suits your needs.  The descriptions below mention
  39. general techniques (e.g. "Check the Usenet source newsgroup indices.")
  40. which are described in detail later in this posting.  These
  41. descriptions are listed in order from most preferred to least
  42. preferred solution.  You will notice that "Post in
  43. comp.sources.wanted" is listed last.  This is because posting
  44. a message in comp.sources.wanted should only be used as a last resort
  45. when you have exhausted all other alternatives.
  46.  
  47. Once you have located your source code using the instructions below,
  48. you can retrieve it via E-mail or anonymous ftp (depending on what is
  49. accessible to you and on where the code is archived); this is
  50. described in detail later in this posting.
  51.  
  52. Before following *any* of the routes below, the first thing you should
  53. do is exhaust the local resources that are available to you.  Often, a
  54. program that you are looking for will already be accessible somewhere
  55. on your system.  Since each site has different local resources, it's
  56. impossible to give details here about the resources at any specific
  57. site.  All that can be said is, "Find someone at your site to ask."
  58. Nearly every site has someone whose job it is to answer questions from
  59. other users, and the sites that don't have someone doing it officially
  60. often have someone doing it unofficially.  If you cannot find what you
  61. want after checking things out locally, or if you can't find anyone to
  62. ask, then proceed as follows.
  63.  
  64. 1. "I know the name of the program I want, but I don't know where to
  65.    get it."
  66.  
  67.    a. Check the indices for the various main Usenet source newsgroups.
  68.  
  69.    b. Check with archie.
  70.  
  71.    c. Check Jon Granrose's anonymous ftp directory.
  72.  
  73.    d. Check comp.archives.
  74.  
  75.    e. Post to comp.sources.wanted.
  76.  
  77. 2. "I know the name of the program I want, and I know which newsgroup
  78.    it was posted in, but either (a) I didn't get some of the parts of
  79.    it, or (b) I didn't save it when it was posted and now I find that
  80.    I need it."
  81.  
  82.    DO NOT post a message to comp.sources.wanted saying, "I didn't save
  83.    all of this when it was archived, could someone please send it to
  84.    me?"  If the code was posted in a source newsgroup, then it is
  85.    archived somewhere.  Follow the instructions below for retrieving
  86.    code from Usenet source newsgroup archives.
  87.  
  88. 3. "I am looking for source code that does <x>."
  89.  
  90.    Follow the same process as (1) above, but instead of searching for
  91.    the name of the program, search for keywords in your description of
  92.    what you're looking for.  For example, if you're looking for
  93.    graphical clocks that run under the X window system, you might
  94.    search for the word "clock" in the index for comp.sources.x.
  95.  
  96. 4. "I am looking for source code that does <x>," where <x> is
  97.    something algorithmic or mathematical that is commonly solved with
  98.    computers.
  99.  
  100.    Check AT&T's "netlib" archive, and if that doesn't work, proceed as
  101.    in (3) above.
  102.  
  103. 5. "I am looking for source code that does <x> under the X window
  104.    system."
  105.  
  106.    As in (3), but after checking the Usenet source newsgroup indices
  107.    (most importantly, that of comp.sources.x), check the anonymous ftp
  108.    archive on export.lcs.mit.edu.
  109.  
  110.    See also the postings entitled "Frequently Asked Questions about X
  111.    with Answers," posted monthly in comp.windows.x and various other
  112.    X-related newsgroups.  Those postings discuss in detail how to get
  113.    X sources of various sorts.  If these postings have expired at your
  114.    site, see the documentation below about retrieving postings from
  115.    the periodic posting archive.
  116.  
  117. 6. "I'm looking for neat programs to run on my <x> machine."
  118.  
  119.    Don't post questions like this.  The amount of source code
  120.    available on the Usenet is incredible; you are essentially asking
  121.    for a summary of all of it.  Browse through the various archives
  122.    mentioned in this posting if you want to find something like this.
  123.  
  124. 7. "I'm looking for NetNews software <x>."
  125.  
  126.    See the posting entitled "USENET Software: History and Sources,"
  127.    posted periodically in news.admin and news.announce.newusers.  If
  128.    it has expired at your site, see the documentation below about
  129.    retrieving postings from the periodic posting archive.
  130.  
  131. 8. "I'm looking for the source code for Unix."
  132.  
  133.    Most implementations of Unix contain source code that is, at least
  134.    to some extent, proprietary and not freely redistributable.  If you
  135.    are looking for the source code to a particular Unix utility, you
  136.    may have better luck looking for a public-domain reimplementation
  137.    of that utility, using (1) or (3) above.  Furthermore, the Free
  138.    Software Foundation may distribute a freely redistributable version
  139.    of the utility, protected by the Gnu Public License (Jon Granrose's
  140.    list mentions many anonymous ftp archive sites for FSF software;
  141.    furthermore, the hrc mail server archives some FSF software).
  142.    Finally, if the utility was written by the folks who do the BSD
  143.    variant of Unix, then it might be available in the various BSD
  144.    source archives (the best one is probably gatekeeper.dec.com;
  145.    ftp.uu.net has a bsd-sources directory too, and it contains some
  146.    sources that are not in the gatekeeper archive, but the sources
  147.    there are for 4.3reno BSD and might be difficult to compile under
  148.    other types of Unix) on the net (see Jon Granrose's list to find
  149.    them).
  150.  
  151. 9. "I'm looking for a dictionary," or, "I'm looking for a thesaurus."
  152.    There aren't any freely redistributable dictionary or thesaurus
  153.    databases.  If you've already got the database (e.g. on a NeXT
  154.    machine), you may be able to find sources for code to manipulate
  155.    it; see (3) above.  If you don't, then you probably aren't going to
  156.    get any useful answers if you ask this question.
  157.  
  158.  
  159.  
  160.                Things not to do
  161.  
  162. 1. Don't post messages to source newsgroups (e.g. comp.sources.unix,
  163.    comp.sources.misc, etc.) asking for sources.
  164.    
  165.    There are newsgroups specifically for source requests.  If you post
  166.    a request to a moderated source newsgroup, then the moderator has
  167.    to deal with it (and he probably doesn't want to have to deal with
  168.    source requests from all over the Usenet), and if you post a
  169.    request to an unmoderated source newsgroup, then archives of that
  170.    newsgroup end up with cruft (i.e. your request) in them.
  171.  
  172.  
  173.  
  174.             Searching techniques in detail
  175.  
  176. 1. Usenet source newsgroups
  177.  
  178.    There are many Usenet newsgroups in which source code is posted,
  179.    and most of them are archived.  They include:
  180.  
  181.     alt.sources
  182.     comp.sources.3b1
  183.     comp.sources.acorn
  184.     comp.sources.amiga
  185.     comp.sources.apple2
  186.     comp.sources.atari.st
  187.     comp.sources.games
  188.     comp.sources.mac
  189.     comp.sources.misc
  190.     comp.sources.sun
  191.     comp.sources.unix
  192.     comp.sources.x
  193.     vmsnet.sources
  194.     vmsnet.sources.games
  195.  
  196.    If you're looking for software for a particular machine or
  197.    operating system, you should check the source archives that are
  198.    appropriate (e.g. checking "comp.sources.mac" if you're looking for
  199.    programs to run under SunOS probably wouldn't be very profitable),
  200.    as well as the general archives such as alt.sources or
  201.    comp.sources.misc.
  202.  
  203.    Sites that archive Usenet source newsgroups usually provide some
  204.    method of getting an index of the files in each newsgroup's
  205.    archive.  If you are accessing an anonymous ftp archive, then this
  206.    index will usually appear as a file called "index" or "Index" in
  207.    the top-level archive of the newsgroup, or in each volume of the
  208.    newsgroup's archive.
  209.  
  210.    If you are accessing a mail archive, then the instructions for
  211.    using that archive should explain how to get indices of the
  212.    newsgroups that are archived.
  213.  
  214.    If you are accessing an anonymous UUCP archive (see below), you are
  215.    usually told when you are given the phone number and password for
  216.    the archive how to get the top-level index for the archive, which
  217.    will tell you how to get other indices and files.
  218.  
  219.    To find anonymous ftp archives of Usenet newsgroups, check Jon
  220.    Granrose's anonymous ftp directory (see below).  The most
  221.    well-known Usenet newsgroup archive is probably ftp.uu.net, which
  222.    archives comp.sources.3b1, comp.sources.amiga, comp.sources.games,
  223.    comp.sources.misc, comp.sources.sun, comp.sources.unix, and
  224.    comp.sources.x, among other things.  Another large Usenet archive
  225.    site is wuarchive.wustl.edu, which archives alt.sources,
  226.    comp.sources.mac, and comp.sources.apple2, in addition to most of
  227.    the newsgroups archived on ftp.uu.net.
  228.  
  229.    The vmsnet newsgroups are archived on black.cerritos.edu and
  230.    acfcluster.nyu.edu.  See also the posting "Monthly info posting:
  231.    vmsnet.sources archive sites" in vmsnet.sources.d and comp.os.vms;
  232.    if it has expired at your site, see the documentation below about
  233.    retrieving postings from the periodic posting archive.
  234.  
  235.    The mail archive server on hrc.UUCP (see below) archives
  236.    alt.sources, comp.sources.unix, comp.sources.games,
  237.    comp.sources.misc, comp.sources.x, and comp.sources.sun, among
  238.    other things.
  239.  
  240. 2. The "archie" database
  241.  
  242.    "Archie" is a database of anonymous ftp sites and their contents.
  243.    The software for it was written by the "Archie Group" at McGill
  244.    University in Montreal, Canada, and they maintain the database as
  245.    well.
  246.  
  247.    "Archie" keeps track of the entire contents of a very large number
  248.    of anonymous ftp sites, and allows you to search for files on those
  249.    sites using various different kinds of filename searches.  Archie
  250.    also has a software description database (with contents similar to
  251.    the output of the "whatis" command under Unix), on which you can do
  252.    keyword searches.
  253.  
  254.    If you have Internet access, then you access archie by telnet'ing
  255.    to the host quiche.cs.mcgill.ca (132.206.2.3 or 132.206.51.1) and
  256.    logging in as "archie" with no password.  Type "help" at that point
  257.    for more information.  You can also send mail to archie@nic.sura.net
  258.    with the subject line "help" for more info.
  259.  
  260.    If you do not have Internet access, then send a mail message to
  261.    archie@quiche.cs.mcgill.ca with "help" in the body of the message
  262.    to find out how to access archie via mail.  Note that the mail
  263.    interface to archie does not currently provide all of the
  264.    functionality that the interactive interface provides; for example,
  265.    the software description database is not accessible through the
  266.    mail interface.
  267.  
  268. 3. Jon Granrose's anonymous ftp directory
  269.  
  270.    Jon Granrose maintains an extensive list of anonymous ftp sites and
  271.    overviews of their contents.  The list is posted monthly to
  272.    comp.misc, comp.sources.wanted and alt.sources.wanted.  If it has
  273.    expired at your site, see the documentation below about retrieving
  274.    postings from the periodic posting archive.
  275.  
  276. 4. Comp.archives
  277.  
  278.    The comp.archives newsgroup, moderated by Ed Vielmetti, contains
  279.    announcements of archive sites and their contents.  If you cannot
  280.    find what you're looking for in the comp.archives postings
  281.    available at your site at any given time, then you can read the
  282.    newsgroup for a while and watch for new postings that are of
  283.    interest to you, or you can try to find an archive site that
  284.    archives the postings in comp.archives.  One such site is the
  285.    anonymous ftp archives on wuarchive.wustl.edu.
  286.  
  287. 5. Comp.sources.wanted
  288.  
  289.    When you post a message to comp.sources.wanted or
  290.    alt.sources.wanted, the important thing to remember is to BE
  291.    SPECIFIC.  If you're working under Unix, make sure to mention that;
  292.    possibly, mention even what type of Unix.  If you're not working
  293.    under Unix, make sure to mention what operating system and machine
  294.    type you *are* working under.
  295.  
  296.    Remember to choose a meaningful Subject line for your message;
  297.    something like, "Can you help me?" is very unhelpful to people who
  298.    ARE willing to help, and may just cause some of them to not bother
  299.    reading your posting.  Try to summarize what you're looking for
  300.    meaningfully in your Subject line.
  301.  
  302.    Also, it is usually a good idea to ask for people to send you
  303.    E-mail rather than posting responses.  Say that if enough people
  304.    write to you and ask for copies of whatever responses you get, then
  305.    you'll summarize the responses in a later posting to the newsgroup,
  306.    and if that happens, then DO post the summary.
  307.  
  308.    Finally, don't say, "Would someone please mail me <x>?"  Say,
  309.    "Would someone please tell me where I can get <x>, or what's
  310.    available that does <x>?  If you can mail it to me, please let me
  311.    know, and I'll let you know if I want you to."  This avoids the
  312.    problem of several people mailing you what you requested and
  313.    overflowing your mailbox.
  314.  
  315.  
  316.  
  317.          File retrieval techniques in detail
  318.  
  319. 1. Anonymous ftp
  320.  
  321.    If you are on a site that is connected to the Internet and allows
  322.    its users to ftp out to other Internet sites, then you have
  323.    anonymous ftp access.  The usual procedure for using anonymous ftp
  324.    is to type the command "ftp machine-name", where "machine-name" is
  325.    the name of the machine to which you want to connect, and then to
  326.    use "anonymous" as the username and "user@host" (i.e. your E-mail
  327.    address) as the password when you are prompted for it by ftp.
  328.  
  329.    Type "help" inside ftp to get a list of commands, and/or read the
  330.    man page for ftp, or any other documentation about it available at
  331.    your site for more information.  If they don't answer your
  332.    question, then ask someone at your site for help.
  333.  
  334.    If you don't have Internet and ftp access, then you can use the
  335.    BITFTP server to retrieve files from anonymous ftp archives.
  336.    However, you should only use BITFTP when the same files are not
  337.    available form a dedicated mail archive server.  See the BITFTP
  338.    instructions below.
  339.  
  340. 2. Hrc mail archive
  341.  
  342.    As mentioned above, the UUCP host "hrc" maintains an archive of
  343.    Usenet source newsgroups and other things.  To find out how to use
  344.    it, send mail to "hrc!archives", or "archives@hrc.UUCP", or
  345.    whatever format your site uses to send mail to the user "archives"
  346.    on the machine "hrc", and include the following commands in the
  347.    body of the message:
  348.  
  349.     send path <address>
  350.     send help
  351.  
  352.    You should replace <address> with a path from hrc to you.  If you
  353.    know a prominent UUCP site that has you in its path, then your path
  354.    can start at that site, e.g. "uunet!mit-athena!jik" (PLEASE don't
  355.    use that address, or I'll get the responses to your requests!).  If
  356.    you're on a site that has a name registered with the Internet name
  357.    servers, you can use "uunet!athena.mit.edu!jik".
  358.  
  359. 3. Uunet mail archive
  360.  
  361.    Uunet.uu.net provides E-mail access to the sources it archived (see
  362.    the discussion about ftp.uu.net above for some idea of what is
  363.    available).  The address to which to send requests is
  364.    "netlib@uunet.uu.net".  You can send a message containing "help" in
  365.    its body for more information.
  366.  
  367. 4. BITFTP
  368.  
  369.    The BITFTP server, run by Princeton University, allows you to
  370.    retrieve via E-mail files at anonymous ftp archive sites.  To find
  371.    out how to use it, send mail to "bitftp@pucc.princeton.edu" with
  372.    "help" in the body.
  373.  
  374. 5. Anonymous UUCP archives
  375.  
  376.    There are various UUCP sites on the net that publish their modem
  377.    telephone numbers and a public username and password that can be
  378.    used to transfer files from the sites via UUCP.  For more
  379.    information about doing this, see the documentation for the "uucp"
  380.    command on your system.
  381.  
  382.    One place to find information about anonymous UUCP archives is the
  383.    Nixpub listing of public access Unix sites, maintained by Phil
  384.    Eschallier and posted in comp.misc and alt.bbs.  If that posting
  385.    has expired at your site, you can get copies of it from the
  386.    Periodic posting archive described below.
  387.  
  388. 6. Periodic posting archive
  389.  
  390.    As mentioned above, The machine pit-manager.mit.edu (18.72.1.58)
  391.    maintains an archive of periodic Usenet postings.  You can access
  392.    it via anonymous ftp, or via mail server.  To find out how to use
  393.    the mail server, send a message to
  394.    "mail-server@pit-manager.mit.edu" with Subject "help".
  395.  
  396. Jonathan Kamens                          USnail:
  397. MIT Project Athena                11 Ashford Terrace
  398. jik@Athena.MIT.EDU                Allston, MA  02134
  399. Office: 617-253-8085                  Home: 617-782-0710
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.